Resizes a window.
Syntax
Resize(NewWidth, NewHeight)
Arguments
| Argument | Description |
|---|---|
| NewWidth | Width in pixels to resize the window to. |
| NewHeight | Height in pixels to resize the window to. |
Supported objects
Browser, Window
Example
Browser().Resize(800, 600)